Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support scenario name substitution #237

Merged
merged 1 commit into from
May 16, 2021

Conversation

hanachin
Copy link
Contributor

Support scenario name substitution is convenient to identifying which example is failed.

It is useful when writing scenario outline like following:

Scenario Outline: <Role> delete other user's item
  When <Role> logged in
  Then ...

  Examples:
    | Role     |
    | Admin    |
    | Operator |

@hanachin hanachin force-pushed the scenario_name_substitution branch from e1b9abe to c8e76cf Compare May 13, 2021 01:02
Co-authored-by: Wataru MIYAGUNI <gonngo@gmail.com>
@hanachin hanachin force-pushed the scenario_name_substitution branch from 0ea5435 to 27eb64f Compare May 14, 2021 22:31
@gongo gongo merged commit 27c2095 into jnicklas:master May 16, 2021
@gongo
Copy link
Collaborator

gongo commented May 16, 2021

Thanks for good PR !!

@hanachin hanachin deleted the scenario_name_substitution branch May 17, 2021 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants